ProjectVersion.CreatedBy 属性

Gets the user the instance is created by.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedBy As String 
    Get
用法
Dim instance As ProjectVersion 
Dim value As String 

value = instance.CreatedBy
[SfcPropertyAttribute(Data = true)]
public string CreatedBy { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ CreatedBy {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member CreatedBy : string
function get CreatedBy () : String

属性值

类型:System.String
The user the instance is created by.

请参阅

参考

ProjectVersion 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间