Server.MasterDBLogPath Property
SQL Server 2012
Get the MasterDBLogPath property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _ Public ReadOnly Property MasterDBLogPath As String Get 'Usage Dim instance As Server Dim value As String value = instance.MasterDBLogPath
