Właściwość DacInstance.CreatedBy
Pobiera logowania używane do wdrożyć lub zarejestruj wystąpienie DAC.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreatedBy As String
Get
'Użycie
Dim instance As DacInstance
Dim value As String
value = instance.CreatedBy
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string CreatedBy { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ CreatedBy {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CreatedBy : string
function get CreatedBy () : String
Wartość właściwości
Typ: System.String
A String wartość systemu, która identyfikuje logowania używane do wdrożyć lub zarejestruj wystąpienie DAC, reprezentowane przez DacInstance obiektu.