StoredProcedure.IsSystemObject 属性

Gets the Boolean property value that specifies whether the stored procedure is a system object.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
用法
Dim instance As StoredProcedure 
Dim value As Boolean 

value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsSystemObject {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies the whether the stored procedure is a system object or not.If True, the stored procedure is a system object.If False (default), the stored procedure is not a system object.

示例

创建、更改和删除存储过程

请参阅

参考

StoredProcedure 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE PROCEDURE (Transact-SQL)