CreatedBy 屬性
Gets the login used to deploy or register the DAC instance.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreatedBy As String
Get
'用途
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
屬性值
型別:System. . :: . .String
A String system value that identifies the login used to deploy or register the DAC instance represented by the DacInstance object.